|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.XGGPojo | +--xdoclet.sdk.xtag.migrator.OptionSet
XML element: <option-set/>
. This element exists in the following versions:
Constructor Summary | |
OptionSet()
Default constructor. |
|
OptionSet(OptionSets parent)
Constructor. |
Method Summary | |
Condition |
getCondition()
|
Options |
getOptions()
|
Xmldefault |
getXmldefault()
|
void |
setCondition(Condition condition)
XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1) |
void |
setOptions(Options options)
XML element: <options/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
void |
setXmldefault(Xmldefault xmldefault)
XML element: <default/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1) |
Methods inherited from class xdoclet.sdk.xgg.XGGPojo |
checkValue, checkVersion, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OptionSet()
public OptionSet(OptionSets parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.Method Detail |
public final void setXmldefault(Xmldefault xmldefault) throws IllegalStateException
XML element: <default/>
This element exists in the following versions:
xmldefault
- the Xmldefault to add.
IllegalStateException
- if this method is illegal
with the current version.public final Xmldefault getXmldefault()
public final void setOptions(Options options) throws IllegalStateException
XML element: <options/>
This element exists in the following versions:
options
- the Options to add.
IllegalStateException
- if this method is illegal
with the current version.public final Options getOptions()
public final void setCondition(Condition condition) throws IllegalStateException
XML element: <condition/>
This element exists in the following versions:
condition
- the Condition to add.
IllegalStateException
- if this method is illegal
with the current version.public final Condition getCondition()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |